Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / PuTTYPrivateKeyFile Class / PuTTYPrivateKeyFile Constructor / PuTTYPrivateKeyFile Constructor(Stream,Byte[])


In This Topic
    PuTTYPrivateKeyFile Constructor(Stream,Byte[])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal stream As Stream, _
       ByVal passphrase() As Byte _
    )
    'Usage
     
    Dim stream As Stream
    Dim passphrase() As Byte
     
    Dim instance As New PuTTYPrivateKeyFile(stream, passphrase)
    public PuTTYPrivateKeyFile( 
       Stream stream,
       byte[] passphrase
    )

    Parameters

    stream
    passphrase
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also